clitrigger 0.2.25 → 0.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -31
- package/README_KR.md +44 -31
- package/dist/client/assets/AnalyticsPanel-CJF51ov7.js +48 -0
- package/dist/client/assets/FloatingComposerController-5A3GJtK4-BqOKhUaC.js +1 -0
- package/dist/client/assets/PlannerPageEditor-1-XUcFw6.css +1 -0
- package/dist/client/assets/PlannerPageEditor-BJ0DxLsM.js +211 -0
- package/dist/client/assets/TaskGraph-B4qlPjjq.js +2 -0
- package/dist/client/assets/VaultLayout-Cbz0Dzjt.js +153 -0
- package/dist/client/assets/clsx-B-dksMZM.js +1 -0
- package/dist/client/assets/index-B_5C2Aov.css +32 -0
- package/dist/client/assets/index-Df25dsa5.js +668 -0
- package/dist/client/assets/index-Vcq4gwWv.js +1 -0
- package/dist/client/assets/style-BZV40eAE.css +1 -0
- package/dist/client/assets/style-BeBN7DXF.js +7 -0
- package/dist/client/assets/value-BTdN53H7.js +1 -0
- package/dist/client/assets/with-selector-bfGVmvLm.js +17 -0
- package/dist/client/index.html +2 -2
- package/dist/server/db/queries.d.ts.map +1 -1
- package/dist/server/db/queries.js +14 -8
- package/dist/server/db/queries.js.map +1 -1
- package/dist/server/db/schema.d.ts.map +1 -1
- package/dist/server/db/schema.js +3 -1
- package/dist/server/db/schema.js.map +1 -1
- package/dist/server/index.js +17 -20
- package/dist/server/index.js.map +1 -1
- package/dist/server/services/session-manager.d.ts +1 -0
- package/dist/server/services/session-manager.d.ts.map +1 -1
- package/dist/server/services/session-manager.js +32 -1
- package/dist/server/services/session-manager.js.map +1 -1
- package/dist/server/websocket/index.d.ts.map +1 -1
- package/dist/server/websocket/index.js +18 -1
- package/dist/server/websocket/index.js.map +1 -1
- package/package.json +6 -6
- package/dist/client/assets/FloatingComposerController-5A3GJtK4-Dewu1Gm8.js +0 -1
- package/dist/client/assets/index-B27QeZaI.js +0 -1098
- package/dist/client/assets/index-BlJ7W4Dm.css +0 -32
package/README.md
CHANGED
|
@@ -42,13 +42,22 @@ npm i -g clitrigger && clitrigger
|
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
45
|
-
> ### Plan
|
|
45
|
+
> ### Docs → Plan → Terminal → Autonomous Tasks → Version Control. One pipeline.
|
|
46
46
|
>
|
|
47
|
-
>
|
|
47
|
+
> The five stages of a development cycle scattered across five tools is today's real bottleneck. CLITrigger connects them in a single app — build project knowledge in the **Vault (wiki)**, shape it into a plan with the **planner & calendar**, refine it live in **terminal sessions**, then let multiple AI CLIs (**Claude Code · Antigravity · Codex**) **execute autonomously in parallel**, each in its own isolated git worktree — and land the results through the **review queue and built-in Git client**.
|
|
48
48
|
>
|
|
49
49
|
> While you sleep (or focus elsewhere), they burn through your token quota. Next morning you sit down, review the stack of diffs, and **accept / reject / merge**.
|
|
50
50
|
>
|
|
51
|
-
> **
|
|
51
|
+
> **No context leaks between stages — the intent you captured in docs flows all the way to the merge.**
|
|
52
|
+
|
|
53
|
+
```mermaid
|
|
54
|
+
flowchart LR
|
|
55
|
+
docs["📚 Docs<br>Vault · Wiki"] --> plan["🗓 Plan<br>Planner · Calendar"]
|
|
56
|
+
plan --> term["⌨️ Terminal<br>Interactive Sessions"]
|
|
57
|
+
term --> auto["🤖 Autonomous Tasks<br>Parallel Worktrees"]
|
|
58
|
+
auto --> vcs["🔀 Version Control<br>Review Queue · Git"]
|
|
59
|
+
vcs -. lessons feed back into docs .-> docs
|
|
60
|
+
```
|
|
52
61
|
|
|
53
62
|
<div align="center">
|
|
54
63
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-tasks.png" alt="Tasks — Parallel worktree execution" width="800">
|
|
@@ -69,18 +78,28 @@ And as AI writes more of the code, the developer's real job becomes **capturing
|
|
|
69
78
|
|
|
70
79
|
CLITrigger solves all three:
|
|
71
80
|
|
|
72
|
-
- **Right now** — Multiple tasks run in isolated git worktrees, with Claude /
|
|
81
|
+
- **Right now** — Multiple tasks run in isolated git worktrees, with Claude / Antigravity / Codex executing in parallel
|
|
73
82
|
- **Without hitting limits** — Schedule tasks for off-peak hours to make the most of your token quota
|
|
74
|
-
- **Without losing the thread** —
|
|
83
|
+
- **Without losing the thread** — The intent captured in your docs flows through plan → terminal → autonomous tasks → merge as one pipeline. No sticky notes, no twelve browser tabs
|
|
75
84
|
- **Better output** — Multiple AI agents debate and review before implementation, producing higher-quality results than a single AI working alone
|
|
76
85
|
|
|
77
86
|
---
|
|
78
87
|
|
|
79
88
|
## Features
|
|
80
89
|
|
|
81
|
-
|
|
90
|
+
The features follow the five pipeline stages — **📚 Docs → 🗓 Plan → ⌨️ Terminal → 🤖 Autonomous Tasks → 🔀 Version Control** — plus the supporting features underneath. Each feature below has a full guide in the **[Wiki](https://github.com/HyperAITeam/CLITrigger/wiki)** (↗).
|
|
91
|
+
|
|
92
|
+
### 📚 1. Docs — build the knowledge
|
|
93
|
+
|
|
94
|
+
#### Vault (File-based Knowledge)
|
|
95
|
+
A per-project Obsidian-style knowledge base with a `[[wikilink]]` graph — inject any file into a prompt, CLI-agnostically. What accumulates here is the input to the whole pipeline. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#vault)
|
|
96
|
+
|
|
97
|
+
<div align="center">
|
|
98
|
+
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-vault.png" alt="Vault — Obsidian-style file-based knowledge with a link graph" width="800">
|
|
99
|
+
<p><em>The Vault tab — browse project markdown with inline preview and a force-directed wikilink graph, then selectively inject files into prompts</em></p>
|
|
100
|
+
</div>
|
|
82
101
|
|
|
83
|
-
###
|
|
102
|
+
### 🗓 2. Plan — capture the intent
|
|
84
103
|
|
|
85
104
|
#### My Schedule
|
|
86
105
|
One personal calendar overlaying your memos, every project's schedules, planner due dates, and assigned Jira issues. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#my-schedule)
|
|
@@ -91,37 +110,28 @@ One personal calendar overlaying your memos, every project's schedules, planner
|
|
|
91
110
|
</div>
|
|
92
111
|
|
|
93
112
|
#### Planner
|
|
94
|
-
A lightweight task planner — capture ideas, then convert any item into a TODO, schedule, or session; Markdown import/export. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#planner)
|
|
113
|
+
A lightweight task planner — capture ideas, then convert any item into a TODO, schedule, or session; Markdown import/export. What you plan here becomes the execution unit of the next stage. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#planner)
|
|
95
114
|
|
|
96
115
|
<div align="center">
|
|
97
116
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-planer.png" alt="Planner — Lightweight task management" width="800">
|
|
98
117
|
<p><em>Inline editing, color-coded tags, image attachments, and one-click conversion to TODOs or schedules</em></p>
|
|
99
118
|
</div>
|
|
100
119
|
|
|
101
|
-
|
|
102
|
-
A per-project Obsidian-style knowledge base with a `[[wikilink]]` graph — inject any file into a prompt, CLI-agnostically. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#vault)
|
|
103
|
-
|
|
104
|
-
<div align="center">
|
|
105
|
-
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-vault.png" alt="Vault — Obsidian-style file-based knowledge with a link graph" width="800">
|
|
106
|
-
<p><em>The Vault tab — browse project markdown with inline preview and a force-directed wikilink graph, then selectively inject files into prompts</em></p>
|
|
107
|
-
</div>
|
|
108
|
-
|
|
109
|
-
#### Favorites Launcher
|
|
110
|
-
One-click launcher for your frequent external tools (executables, commands, URLs) from the sidebar. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#favorites-launcher)
|
|
111
|
-
|
|
112
|
-
### 🤖 Delegate to AI
|
|
113
|
-
|
|
114
|
-
#### Parallel Worktree Execution (Tasks)
|
|
115
|
-
Every TODO runs in its own git worktree with Claude / Gemini / Codex in parallel, plus dependency chains and merge control. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI#parallel-worktree-execution)
|
|
120
|
+
### ⌨️ 3. Terminal — refine it with AI
|
|
116
121
|
|
|
117
122
|
#### Interactive Sessions
|
|
118
|
-
Long-lived CLI sessions in floating windows with VS Code-style docking, pop-out, and real xterm.js terminals. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI#interactive-sessions)
|
|
123
|
+
Long-lived CLI sessions in floating windows with VS Code-style docking, pop-out, and real xterm.js terminals — the human-in-the-loop stage before handing work off to automation. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI#interactive-sessions)
|
|
119
124
|
|
|
120
125
|
<div align="center">
|
|
121
126
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-sessions.png" alt="Sessions — Multi-CLI floating windows with VS Code-style docking" width="800">
|
|
122
|
-
<p><em>Claude,
|
|
127
|
+
<p><em>Claude, Antigravity, and Codex sessions docked side-by-side via VS Code-style window grouping — each running in its own worktree branch</em></p>
|
|
123
128
|
</div>
|
|
124
129
|
|
|
130
|
+
### 🤖 4. Autonomous Tasks — AI executes in parallel
|
|
131
|
+
|
|
132
|
+
#### Parallel Worktree Execution (Tasks)
|
|
133
|
+
Every TODO runs in its own git worktree with Claude / Antigravity / Codex in parallel, plus dependency chains and merge control. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI#parallel-worktree-execution)
|
|
134
|
+
|
|
125
135
|
#### Multi-Agent Discussion
|
|
126
136
|
Architect / developer / reviewer agents debate before implementing, then commit code or send action items to the planner. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI#multi-agent-discussion)
|
|
127
137
|
|
|
@@ -139,21 +149,23 @@ Run tasks on cron or one-off schedules, with auto-retry at the exact rate-limit
|
|
|
139
149
|
</div>
|
|
140
150
|
|
|
141
151
|
#### Multi-CLI & Sandbox Mode
|
|
142
|
-
Pick Claude /
|
|
152
|
+
Pick Claude / Antigravity / Codex per project, TODO, or agent; strict sandbox confines file access to the worktree. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI#multi-cli--sandbox-mode)
|
|
143
153
|
|
|
144
|
-
###
|
|
154
|
+
### 🔀 5. Version Control — review and land it
|
|
145
155
|
|
|
146
156
|
#### Morning Review Queue
|
|
147
157
|
Triage every overnight TODO across projects in one keyboard-driven card stack — navigate, merge, or discard in a keypress. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship#morning-review-queue)
|
|
148
158
|
|
|
149
159
|
#### Built-in Git Client
|
|
150
|
-
A Fork / SourceTree-style Git client in the browser — stage, commit, push, and manage branches and diffs. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship#built-in-git-client)
|
|
160
|
+
A Fork / SourceTree-style Git client in the browser — stage, commit, push, and manage branches and diffs. This is where AI output lands in your history, closing the pipeline. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship#built-in-git-client)
|
|
151
161
|
|
|
152
162
|
<div align="center">
|
|
153
163
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-git.png" alt="Git — Built-in client" width="800">
|
|
154
164
|
<p><em>Commit graph, branch actions, file diffs — all in the browser</em></p>
|
|
155
165
|
</div>
|
|
156
166
|
|
|
167
|
+
### 🧰 Supporting the pipeline
|
|
168
|
+
|
|
157
169
|
#### Analytics
|
|
158
170
|
Per-project cost and execution stats — by CLI, by status, and over time. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship#analytics)
|
|
159
171
|
|
|
@@ -165,7 +177,8 @@ Per-project cost and execution stats — by CLI, by status, and over time. [↗]
|
|
|
165
177
|
#### Live Logs (Chat & Raw)
|
|
166
178
|
Real-time WebSocket log streaming in Chat (markdown) or Raw (terminal) mode. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship#live-logs)
|
|
167
179
|
|
|
168
|
-
|
|
180
|
+
#### Favorites Launcher
|
|
181
|
+
One-click launcher for your frequent external tools (executables, commands, URLs) from the sidebar. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#favorites-launcher)
|
|
169
182
|
|
|
170
183
|
#### Remote Access
|
|
171
184
|
Reach CLITrigger from anywhere via Cloudflare Tunnel, with completion notifications and custom-domain routing. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Remote-Access)
|
|
@@ -178,7 +191,7 @@ Reach CLITrigger from anywhere via Cloudflare Tunnel, with completion notificati
|
|
|
178
191
|
|-------|------|
|
|
179
192
|
| Backend | Node.js · Express · TypeScript · SQLite · WebSocket |
|
|
180
193
|
| Frontend | React 18 · Vite · Tailwind CSS · Recharts |
|
|
181
|
-
| AI CLIs | Claude ·
|
|
194
|
+
| AI CLIs | Claude · Antigravity · Codex (Adapter Pattern) |
|
|
182
195
|
| Git | simple-git (worktree management) |
|
|
183
196
|
| Scheduling | node-cron |
|
|
184
197
|
| Terminal | node-pty (TTY support) · xterm.js (pixel-perfect rendering) |
|
|
@@ -220,7 +233,7 @@ clitrigger config port 8080 # Change port
|
|
|
220
233
|
clitrigger config tunnel on # Enable Cloudflare tunnel for external sharing
|
|
221
234
|
```
|
|
222
235
|
|
|
223
|
-
> **Prerequisites**: Node.js 22+ (use an **LTS** release), Git, at least one AI CLI (Claude /
|
|
236
|
+
> **Prerequisites**: Node.js 22+ (use an **LTS** release), Git, at least one AI CLI (Claude / Antigravity / Codex)
|
|
224
237
|
>
|
|
225
238
|
> **Supported Platforms**: Windows · macOS · Linux — all core code is cross-platform compatible.
|
|
226
239
|
> Prefer an LTS (even-numbered) Node.js. A brand-new major (e.g. an odd/just-released version) may not have prebuilt native binaries yet, which forces a source build requiring a C++ toolchain (Visual Studio Build Tools on Windows, `xcode-select --install` on macOS).
|
package/README_KR.md
CHANGED
|
@@ -42,13 +42,22 @@ npm i -g clitrigger && clitrigger
|
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
45
|
-
> ###
|
|
45
|
+
> ### 문서 → 계획 → 터미널 → 자동작업 → 형상관리. 하나의 파이프라인.
|
|
46
46
|
>
|
|
47
|
-
> CLITrigger는
|
|
47
|
+
> 개발 사이클의 다섯 단계가 도구 다섯 개에 흩어져 있는 게 지금의 병목이다. CLITrigger는 그 전부를 한 앱으로 잇는다 — 프로젝트 지식을 **볼트(위키)** 에 쌓고, **플래너·캘린더**로 계획을 세우고, **터미널 세션**에서 AI와 함께 다듬고, 확정된 작업은 격리된 git worktree에서 여러 AI CLI(**Claude Code · Antigravity · Codex**)가 **병렬로 자동 실행**하고, 결과는 **리뷰 큐와 내장 Git 클라이언트**에서 머지까지 끝낸다.
|
|
48
48
|
>
|
|
49
49
|
> 당신이 자는 동안(혹은 다른 일에 집중하는 동안) AI는 토큰 한도를 끝까지 써가며 일한다. 다음 날 아침 책상에 앉아 쌓인 diff를 보고 **accept / reject / merge**만 하면 된다.
|
|
50
50
|
>
|
|
51
|
-
>
|
|
51
|
+
> **단계 사이에서 맥락이 새지 않는다 — 문서에 캡처한 의도가 그대로 머지까지 흐른다.**
|
|
52
|
+
|
|
53
|
+
```mermaid
|
|
54
|
+
flowchart LR
|
|
55
|
+
docs["📚 문서<br>볼트 · 위키"] --> plan["🗓 계획<br>플래너 · 캘린더"]
|
|
56
|
+
plan --> term["⌨️ 터미널<br>인터랙티브 세션"]
|
|
57
|
+
term --> auto["🤖 자동작업<br>병렬 worktree 실행"]
|
|
58
|
+
auto --> vcs["🔀 형상관리<br>리뷰 큐 · Git"]
|
|
59
|
+
vcs -. 교훈은 다시 문서로 .-> docs
|
|
60
|
+
```
|
|
52
61
|
|
|
53
62
|
<div align="center">
|
|
54
63
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-tasks.png" alt="Tasks — 병렬 워크트리 실행" width="800">
|
|
@@ -69,18 +78,28 @@ Claude Code 제작자 Boris Cherny는 **병렬 실행(Parallelism)** 을 강조
|
|
|
69
78
|
|
|
70
79
|
CLITrigger는 이 세 가지를 한 번에 해결한다:
|
|
71
80
|
|
|
72
|
-
- **지금 당장** — 여러 작업을 격리된 worktree에서 Claude /
|
|
81
|
+
- **지금 당장** — 여러 작업을 격리된 worktree에서 Claude / Antigravity / Codex가 병렬로 처리
|
|
73
82
|
- **한도 걱정 없이** — 새벽, 특정 시각에 예약 실행으로 토큰을 최대한 활용
|
|
74
|
-
- **맥락을 잃지 않고** —
|
|
83
|
+
- **맥락을 잃지 않고** — 문서에 캡처한 의도가 계획 → 터미널 → 자동작업 → 머지까지 한 파이프라인으로 흐른다. 포스트잇도, 탭 열두 개도 필요 없다
|
|
75
84
|
- **더 나은 결과** — 여러 AI 에이전트가 서로 토론한 뒤 구현, 혼자 짠 코드보다 품질이 높아진다
|
|
76
85
|
|
|
77
86
|
---
|
|
78
87
|
|
|
79
88
|
## 주요 기능
|
|
80
89
|
|
|
81
|
-
|
|
90
|
+
기능은 파이프라인의 다섯 단계를 그대로 따라간다 — **📚 문서 → 🗓 계획 → ⌨️ 터미널 → 🤖 자동작업 → 🔀 형상관리** — 그리고 이를 받치는 공통 기능들. 각 기능의 자세한 가이드는 **[Wiki](https://github.com/HyperAITeam/CLITrigger/wiki/Home-KR)** (↗)에 있다.
|
|
91
|
+
|
|
92
|
+
### 📚 1. 문서 — 지식을 쌓는다
|
|
93
|
+
|
|
94
|
+
#### 볼트 (파일 기반 지식)
|
|
95
|
+
`[[wikilink]]` 그래프를 갖춘 프로젝트별 Obsidian 스타일 지식 저장소 — 파일을 CLI 불문으로 프롬프트에 주입. 여기 쌓인 문서가 파이프라인 전체의 입력이 된다. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#볼트)
|
|
96
|
+
|
|
97
|
+
<div align="center">
|
|
98
|
+
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-vault.png" alt="볼트 — Obsidian 스타일 파일 기반 지식 + 링크 그래프" width="800">
|
|
99
|
+
<p><em>Vault 탭 — 프로젝트 마크다운을 인라인 미리보기와 wikilink force-directed 그래프로 탐색하고, 파일을 골라 프롬프트에 주입</em></p>
|
|
100
|
+
</div>
|
|
82
101
|
|
|
83
|
-
###
|
|
102
|
+
### 🗓 2. 계획 — 의도를 캡처한다
|
|
84
103
|
|
|
85
104
|
#### 내 일정 (My Schedule)
|
|
86
105
|
내 메모·전 프로젝트 스케줄·플래너 마감일·할당된 Jira 이슈를 한 캘린더에 겹쳐 보는 개인 허브. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#내-일정)
|
|
@@ -91,37 +110,28 @@ CLITrigger는 네 개의 계층으로 이루어진다 — 할 일을 **계획·
|
|
|
91
110
|
</div>
|
|
92
111
|
|
|
93
112
|
#### Planner (플래너)
|
|
94
|
-
경량 작업 플래너 — 아이디어를 적고 한 번의 클릭으로 TODO·스케줄·세션으로 변환, Markdown 입출력 지원. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#플래너)
|
|
113
|
+
경량 작업 플래너 — 아이디어를 적고 한 번의 클릭으로 TODO·스케줄·세션으로 변환, Markdown 입출력 지원. 계획이 다음 단계의 실행 단위가 된다. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#플래너)
|
|
95
114
|
|
|
96
115
|
<div align="center">
|
|
97
116
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-planer.png" alt="Planner — 경량 작업 관리" width="800">
|
|
98
117
|
<p><em>인라인 편집, 컬러 태그, 이미지 첨부, 원클릭 TODO/스케줄 변환</em></p>
|
|
99
118
|
</div>
|
|
100
119
|
|
|
101
|
-
|
|
102
|
-
`[[wikilink]]` 그래프를 갖춘 프로젝트별 Obsidian 스타일 지식 저장소 — 파일을 CLI 불문으로 프롬프트에 주입. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#볼트)
|
|
103
|
-
|
|
104
|
-
<div align="center">
|
|
105
|
-
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-vault.png" alt="볼트 — Obsidian 스타일 파일 기반 지식 + 링크 그래프" width="800">
|
|
106
|
-
<p><em>Vault 탭 — 프로젝트 마크다운을 인라인 미리보기와 wikilink force-directed 그래프로 탐색하고, 파일을 골라 프롬프트에 주입</em></p>
|
|
107
|
-
</div>
|
|
108
|
-
|
|
109
|
-
#### 즐겨찾기 런처 (Favorites)
|
|
110
|
-
자주 쓰는 외부 도구(실행파일, 명령어, URL)를 사이드바에서 원클릭으로 실행. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#즐겨찾기-런처)
|
|
111
|
-
|
|
112
|
-
### 🤖 AI에 위임
|
|
113
|
-
|
|
114
|
-
#### 병렬 Worktree 실행 (자동 작업)
|
|
115
|
-
TODO마다 격리된 git worktree에서 Claude / Gemini / Codex가 병렬 실행 + 의존성 체인·머지 제어. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI-KR#병렬-워크트리-실행)
|
|
120
|
+
### ⌨️ 3. 터미널 — AI와 함께 다듬는다
|
|
116
121
|
|
|
117
122
|
#### 인터랙티브 세션 (Sessions)
|
|
118
|
-
VS Code 스타일 도킹·별도 창 분리·실제 xterm.js 터미널을 갖춘 장시간 CLI
|
|
123
|
+
VS Code 스타일 도킹·별도 창 분리·실제 xterm.js 터미널을 갖춘 장시간 CLI 세션 — 자동화에 넘기기 전, 사람이 개입해 방향을 잡는 단계. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI-KR#인터랙티브-세션)
|
|
119
124
|
|
|
120
125
|
<div align="center">
|
|
121
126
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-sessions.png" alt="Sessions — VS Code 스타일로 도킹된 멀티 CLI floating windows" width="800">
|
|
122
|
-
<p><em>VS Code 스타일 그룹화로 도킹된 Claude ·
|
|
127
|
+
<p><em>VS Code 스타일 그룹화로 도킹된 Claude · Antigravity · Codex 세션 — 각각 독립된 worktree 브랜치에서 동시 실행</em></p>
|
|
123
128
|
</div>
|
|
124
129
|
|
|
130
|
+
### 🤖 4. 자동작업 — AI가 병렬로 실행한다
|
|
131
|
+
|
|
132
|
+
#### 병렬 Worktree 실행 (자동 작업)
|
|
133
|
+
TODO마다 격리된 git worktree에서 Claude / Antigravity / Codex가 병렬 실행 + 의존성 체인·머지 제어. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI-KR#병렬-워크트리-실행)
|
|
134
|
+
|
|
125
135
|
#### 다중 AI 토론 (Discussion)
|
|
126
136
|
아키텍트·개발자·리뷰어 에이전트가 구현 전에 토론하고, 코드 커밋이나 플래너 전송까지 이어진다. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI-KR#멀티-에이전트-토론)
|
|
127
137
|
|
|
@@ -139,21 +149,23 @@ cron·일회성 스케줄로 작업을 예약하고, 토큰 한도 리셋 시각
|
|
|
139
149
|
</div>
|
|
140
150
|
|
|
141
151
|
#### 멀티 CLI & 샌드박스
|
|
142
|
-
Claude /
|
|
152
|
+
Claude / Antigravity / Codex를 프로젝트·TODO·에이전트별로 선택, strict 샌드박스로 파일 접근을 워크트리로 제한. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI-KR#멀티-cli--샌드박스-모드)
|
|
143
153
|
|
|
144
|
-
###
|
|
154
|
+
### 🔀 5. 형상관리 — 리뷰하고 머지한다
|
|
145
155
|
|
|
146
156
|
#### Morning Review Queue (아침 리뷰 큐)
|
|
147
157
|
밤새 실행된 전 프로젝트 TODO를 키보드 한 번으로 이동·머지·discard하는 단일 트리아주 카드 스택. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship-KR#모닝-리뷰-큐)
|
|
148
158
|
|
|
149
159
|
#### 내장 Git 클라이언트
|
|
150
|
-
브라우저 안의 Fork/SourceTree 스타일 Git 클라이언트 — 스테이지·커밋·푸시·브랜치/diff 관리. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship-KR#내장-git-클라이언트)
|
|
160
|
+
브라우저 안의 Fork/SourceTree 스타일 Git 클라이언트 — 스테이지·커밋·푸시·브랜치/diff 관리. AI가 만든 결과가 여기서 형상에 반영되며 파이프라인이 닫힌다. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship-KR#내장-git-클라이언트)
|
|
151
161
|
|
|
152
162
|
<div align="center">
|
|
153
163
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-git.png" alt="Git — 내장 클라이언트" width="800">
|
|
154
164
|
<p><em>커밋 그래프, 브랜치 작업, 파일 diff까지 브라우저 안에서</em></p>
|
|
155
165
|
</div>
|
|
156
166
|
|
|
167
|
+
### 🧰 파이프라인을 받치는 기능
|
|
168
|
+
|
|
157
169
|
#### Analytics (통계)
|
|
158
170
|
프로젝트별 비용·실행 통계 — CLI별, 상태별, 시간 축으로. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship-KR#분석)
|
|
159
171
|
|
|
@@ -165,7 +177,8 @@ Claude / Gemini / Codex를 프로젝트·TODO·에이전트별로 선택, strict
|
|
|
165
177
|
#### 실시간 로그 (Chat & Raw)
|
|
166
178
|
WebSocket 실시간 로그 스트리밍 — Chat(마크다운) 또는 Raw(터미널) 모드. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship-KR#실시간-로그)
|
|
167
179
|
|
|
168
|
-
|
|
180
|
+
#### 즐겨찾기 런처 (Favorites)
|
|
181
|
+
자주 쓰는 외부 도구(실행파일, 명령어, URL)를 사이드바에서 원클릭으로 실행. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#즐겨찾기-런처)
|
|
169
182
|
|
|
170
183
|
#### 외부 접속
|
|
171
184
|
Cloudflare Tunnel로 어디서든 접속 — 완료 알림과 커스텀 도메인 라우팅 지원. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Remote-Access-KR)
|
|
@@ -178,7 +191,7 @@ Cloudflare Tunnel로 어디서든 접속 — 완료 알림과 커스텀 도메
|
|
|
178
191
|
|------|------|
|
|
179
192
|
| Backend | Node.js · Express · TypeScript · SQLite · WebSocket |
|
|
180
193
|
| Frontend | React 18 · Vite · Tailwind CSS · Recharts |
|
|
181
|
-
| AI CLI | Claude ·
|
|
194
|
+
| AI CLI | Claude · Antigravity · Codex (Adapter Pattern) |
|
|
182
195
|
| Git | simple-git (worktree 관리) |
|
|
183
196
|
| 스케줄링 | node-cron |
|
|
184
197
|
| 터미널 | node-pty (TTY 지원) · xterm.js (pixel-perfect 렌더링) |
|
|
@@ -220,7 +233,7 @@ clitrigger config port 8080 # 포트 변경
|
|
|
220
233
|
clitrigger config tunnel on # 외부 공유용 Cloudflare 터널 활성화
|
|
221
234
|
```
|
|
222
235
|
|
|
223
|
-
> **사전 요구사항**: Node.js 22+ (**LTS** 버전 권장), Git, 사용할 AI CLI (Claude /
|
|
236
|
+
> **사전 요구사항**: Node.js 22+ (**LTS** 버전 권장), Git, 사용할 AI CLI (Claude / Antigravity / Codex 중 하나 이상)
|
|
224
237
|
>
|
|
225
238
|
> **지원 플랫폼**: Windows · macOS · Linux — 모든 핵심 코드가 크로스 플랫폼 대응되어 있다.
|
|
226
239
|
> Node.js는 **LTS(짝수 버전)** 를 권장한다. 갓 출시된 최신 메이저(홀수/방금 나온 버전)는 네이티브 모듈의 prebuilt 바이너리가 아직 없어, 소스 빌드를 강제하며 C++ 빌드 도구(Windows는 Visual Studio Build Tools, macOS는 `xcode-select --install`)가 필요할 수 있다.
|